home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / imagine / docs / dxf.txt < prev    next >
Text File  |  1995-06-23  |  3KB  |  54 lines

  1.  
  2. New DXF features:
  3.  
  4.   When loading or saving DXF files now, a requester pops up allowing
  5. you to control more about the way objects are handled.
  6.  
  7.   In general, DXF files can store a color number and/or a layer name
  8. for each "item" in the file.  Other software sometimes uses this
  9. information to control how the data is split up into separate objects.
  10.  
  11.   The options for saving files allow you to control the layer name(s)
  12. that are written, and what type of color numbering (if any) to use.
  13. Basically, you can either use the default layer name, "0", a layer
  14. name that you specify, or you can use the object name (set in the
  15. Attributes requester) as the layer name.  For color numbers, you can
  16. either not write them at all; specify a specific number to use; or
  17. use a sequence of numbers, one per object, starting at a number you
  18. specify.  There is one last item you can control when writing files
  19. ... the "type" of data that is written for the object.  You must
  20. choose between "3DFACE" data, or "Polyface Mesh" data.  The "3DFACE"
  21. format is older, and is probably supported by most "DXF importing"
  22. software (in fact Imagine 3.0 recognized only 3DFACE data) ... but
  23. it results in a larger output file.
  24.  
  25.   The options for loading files allow you to control how the layer
  26. names and color numbers are (or can be) used to break up the file
  27. data into separate objects, and whether or not any "2D" data appearing
  28. in the file is ignored  (i.e. lines, motion paths, etc. ...  basically,
  29. anything that doesn't produce "faces").  You can specify that Imagine
  30. should read the file and produce only one object ("One object" checkbox),
  31. or that it should split the data into different Imagine objects using
  32. DXF layer name or using the color number ("One object per layer", and
  33. "One object per color" checkboxes) or that it should read in the data,
  34. building on one object, and start a new object when either the layer
  35. name changes and/or the color number changes ("Layer change -> new object",
  36. and  "Color change -> new object" checkboxes).  There is also an
  37. "Entity change -> new object" option.  The "Entities section" of a
  38. DXF file lists the actual "items" in the file.  When 3DFACE data
  39. is used, each face of an object is an "entity" (and you would NOT
  40. want to select "Entity change -> new object").  When "PolyFace Mesh"
  41. data is used, each "Mesh", consisting of many faces, is an entity,
  42. and "New entity -> new object" is a useful option.  If you are having
  43. trouble loading a DXF file, and you're getting the "Too many points
  44. in object" message from Imagine, try experimenting with the options
  45. in order to get Imagine to break the data up into smaller objects.
  46.  
  47. Lastly, Imagine now recognizes most of the DXF "entity" types that
  48. exist (i.e. 3DFACE, POLYLINE, CIRCLE, SOLID, ... etc.)
  49.  
  50.  
  51.  
  52.  
  53. Howdy
  54.